/*-*-C-*-
 * Constrained moves for the Window CSE
 */


#ifndef __defined_move_h
#define __defined_move_h


extern error * move_start (
    WindowObjPtr window,
    int earnum,
    PointPtr mousepos
);


#endif
